[index]

InkColor Property

Syntax

set the inkColor of <bitmap> to <color> Applies to bitmaps

Description

The inkColor property determines the foreground color of a bitmap object or graphic. The range for colors is identified by numbers from 0 to 255. In addition, 16 colors can be referred to by name. See the textColor property. When you select a bitmap object, Oracle Media Objects displays the foreground color in the toolbar palette labeled F. When setting the inkColor property, you can use a number or a named color constant for the <color> parameter. However, the value of the inkColor property is always returned as a number.

Notes

Examples

the inkColor of bmp "color" This returns the current color of the bitmap's border. set the inkColor of bitmap "color" to 194
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.